Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python 3.13 blog #2314

Merged
merged 10 commits into from
Sep 26, 2024
Merged

python 3.13 blog #2314

merged 10 commits into from
Sep 26, 2024

Conversation

isuruf
Copy link
Member

@isuruf isuruf commented Sep 24, 2024

PR Checklist:

  • note any issues closed by this PR with closing keywords
  • if you are adding a new page under docs/ or community/, you have added it to the sidebar in the corresponding _sidebar.json file
  • put any other relevant information below

@isuruf isuruf requested a review from a team as a code owner September 24, 2024 16:59
Copy link

netlify bot commented Sep 24, 2024

Deploy Preview for conda-forge-previews ready!

Name Link
🔨 Latest commit 6d3d5bb
🔍 Latest deploy log https://app.netlify.com/sites/conda-forge-previews/deploys/66f52ae7253838000804038f
😎 Deploy Preview https://deploy-preview-2314--conda-forge-previews.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.


conda install python-jit

Note that the JIT is available only for x86_64 builds of python in
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't looked into that, but can you add a reason why? Or a tracking issue for the architecture limitation?

Copy link
Member

@jaimergp jaimergp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Messaging is clear and the content is perfect. I just added a couple suggestions about style and a clarification question for the GIL package.

Maybe what I'm missing is to have a little paragraph saying thanks / acknowledging folks who have worked on this topic, if there are any others!

Thanks for all the work!

blog/2024-09-24-python313.md Outdated Show resolved Hide resolved
blog/2024-09-24-python313.md Outdated Show resolved Hide resolved
You can create a new environment with python 3.13 by running the
command:

conda create -n py313 python=3.13 -c conda-forge/label/python_rc -c conda-forge
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
conda create -n py313 python=3.13 -c conda-forge/label/python_rc -c conda-forge
conda create -n py313 python=3.13 --override-channels -c conda-forge/label/python_rc -c conda-forge

Do you think we should emphasize this for folks mixing channels?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We really should make strict channel priority the default in conda. When creating environments, I don't think this changes anything.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

blog/2024-09-24-python313.md Outdated Show resolved Hide resolved
blog/2024-09-24-python313.md Outdated Show resolved Hide resolved
blog/2024-09-24-python313.md Outdated Show resolved Hide resolved
blog/2024-09-24-python313.md Outdated Show resolved Hide resolved
blog/2024-09-24-python313.md Outdated Show resolved Hide resolved
blog/2024-09-24-python313.md Outdated Show resolved Hide resolved
blog/2024-09-24-python313.md Outdated Show resolved Hide resolved
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we rename the file to blog/2024-09-24-python-313.md (mind the dash between python and 313), for SEO purposes?

@jaimergp
Copy link
Member

pre-commit.ci autofix

@ocefpaf
Copy link
Member

ocefpaf commented Sep 26, 2024

Great post! BTW, I'm showing this PR today here at PyData Paris in a lighting talk. Folks are excited for all these Python options.

@jaimergp
Copy link
Member

Merging so Filipe can link to the main website :P

@jaimergp jaimergp merged commit e4aa301 into conda-forge:main Sep 26, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

5 participants